var runtime.inittrace
17 uses
runtime (current package)
arena.go#L819: if inittrace.active && inittrace.id == getg().goid {
arena.go#L821: inittrace.bytes += uint64(userArenaChunkBytes)
malloc.go#L1812: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1814: inittrace.allocs += 1
malloc.go#L1820: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1822: inittrace.bytes += uint64(elemsize)
proc.go#L199: inittrace.id = getg().goid
proc.go#L200: inittrace.active = true
proc.go#L266: inittrace.active = false
proc.go#L8059: var inittrace tracestat
proc.go#L8088: if inittrace.active {
proc.go#L8091: before = inittrace
proc.go#L8106: if inittrace.active {
proc.go#L8109: after := inittrace
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |